func go/printer.isTypeElem
7 uses
go/printer (current package)
nodes.go#L410: return !isTypeElem(x.X)
nodes.go#L412: return combinesWithName(x.X) && !isTypeElem(x.Y)
nodes.go#L414: return !isTypeElem(x.X)
nodes.go#L421: func isTypeElem(x ast.Expr) bool {
nodes.go#L428: return isTypeElem(x.X) || isTypeElem(x.Y)
nodes.go#L430: return isTypeElem(x.X)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)